@charset "UTF-8";

#Main {
	width: auto;
	float: left;
	line-height: 20px;
	margin: 2px;
}

#Left {
	width: 25%;
	float: left;
	line-height: 20px;
	background-color: white;
	text-align: center;
	margin: 2px;
	margin-left: 18px;
}
	
#Right {
	width: 70%;
	float: left;
	margin: 2px;
	background-color: white;
	text-align: left;
}

.titleName {
	background-color: white;
	text-align: left;
	margin: 5px;
	list-style-type:none;
}

.next p {
	text-align: center;
}

p {
	padding: 10px;
	text-align: center;
}

li {
	margin-top: 3px;
	margin-bottom: 5px;
	list-style-type:none;
}